Content TrustedCertificates Summary
The Content TrustedCertificates Summary schema contains a trusted certificate summary.
This schema was added in vSphere API 7.0.3.0.
{
"certificate": "string",
"cert_text": "string"
}
Unique identifier for the certificate. It is the TrustStore alias of the certificate. The alias is the SHA256 hash of the raw certificate data.
This property was added in vSphere API 7.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.TrustedCertificate
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.TrustedCertificate
.
Certificate in Base64 encoded PEM format..
This property was added in vSphere API 7.0.3.0.